enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Déclarations des entrepreneurs de spectacles vivants

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
numero_recepisse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_recepisse
Type
texte
Exemple
                       
date_validite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_validite
Type
date
Exemple
                       
date_depot_dossier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_depot_dossier
Type
date
Exemple
                       
statut_recepisse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut_recepisse
Type
texte
Exemple
                       
categorie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
                       
type_declaration
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_declaration
Type
texte
Exemple
                       
type_declarant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_declarant
Type
texte
Exemple
                       
raison_sociale
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raison_sociale
Type
texte
Exemple
                       
code_postal_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal_siret
Type
texte
Exemple
                       
siren_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
siren_siret
Type
texte
Exemple
                       
nom_lieu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_lieu
Type
texte
Exemple
                       
code_postal_lieu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal_lieu
Type
texte
Exemple
                       
code_naf_ape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_naf_ape
Type
texte
Exemple
                       
geoloc_cp_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geoloc_cp_siret
Type
texte
Exemple
                       
region_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region_siret
Type
texte
Exemple
                       
departement_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement_siret
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"declarations-des-entrepreneurs-de-spectacles-vivants",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/declarations-des-entrepreneurs-de-spectacles-vivants"
      }
    ]
    ,
  • "definitions":
    {
    • "declarations-des-entrepreneurs-de-spectacles-vivants":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/declarations-des-entrepreneurs-de-spectacles-vivants_records"
            }
          }
        }
      }
      ,
    • "declarations-des-entrepreneurs-de-spectacles-vivants_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "numero_recepisse":
              {
              • "type":"string",
              • "title":"numero_recepisse",
              • "description":""
              }
              ,
            • "date_validite":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_validite",
              • "description":""
              }
              ,
            • "date_depot_dossier":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_depot_dossier",
              • "description":""
              }
              ,
            • "statut_recepisse":
              {
              • "type":"string",
              • "title":"statut_recepisse",
              • "description":""
              }
              ,
            • "categorie":
              {
              • "type":"string",
              • "title":"categorie",
              • "description":""
              }
              ,
            • "type_declaration":
              {
              • "type":"string",
              • "title":"type_declaration",
              • "description":""
              }
              ,
            • "type_declarant":
              {
              • "type":"string",
              • "title":"type_declarant",
              • "description":""
              }
              ,
            • "raison_sociale":
              {
              • "type":"string",
              • "title":"raison_sociale",
              • "description":""
              }
              ,
            • "code_postal_siret":
              {
              • "type":"string",
              • "title":"code_postal_siret",
              • "description":""
              }
              ,
            • "siren_siret":
              {
              • "type":"string",
              • "title":"siren_siret",
              • "description":""
              }
              ,
            • "nom_lieu":
              {
              • "type":"string",
              • "title":"nom_lieu",
              • "description":""
              }
              ,
            • "code_postal_lieu":
              {
              • "type":"string",
              • "title":"code_postal_lieu",
              • "description":""
              }
              ,
            • "code_naf_ape":
              {
              • "type":"string",
              • "title":"code_naf_ape",
              • "description":""
              }
              ,
            • "geoloc_cp_siret":
              {
              • "type":"string",
              • "title":"geoloc_cp_siret",
              • "description":""
              }
              ,
            • "region_siret":
              {
              • "type":"string",
              • "title":"region_siret",
              • "description":""
              }
              ,
            • "departement_siret":
              {
              • "type":"string",
              • "title":"departement_siret",
              • "description":""
              }
            }
          }
        }
      }
    }
}